home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 02 - Samurai_vs_Ninjas.swf / scripts / DefineButton2_509 / BUTTONCONDACTION on(release).as
Text File  |  2004-10-04  |  70b  |  5 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.gotoAndStop("start");
  4. }
  5.